type github.com/jackc/pgx/v5/pgtype.nullAssignmentError

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		convert.go#L12: 		return &nullAssignmentError{dst: dst}
		convert.go#L23: 	return &nullAssignmentError{dst: dst}
		pgtype.go#L182: type nullAssignmentError struct {
		pgtype.go#L186: func (e *nullAssignmentError) Error() string {